From d5c3ddc6efea45d2dff0412b7709acff990e22e1 Mon Sep 17 00:00:00 2001 From: Deepak Goel Date: Fri, 13 Mar 2009 19:56:33 +0000 Subject: [PATCH] multiple value corrections --- lisp/ChangeLog | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f45df702a71..128706e4f4b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,10 +1,13 @@ 2009-03-13 D. Goel - * midnight.el (midnight-next): Ditto. * ibuf-ext.el (ibuffer-generate-filter-groups): - (multiple-value-bind .. ls) -> (multiple-value-bind - .. (values-list ls)) + When calling (multiple-value-bind/setq .. ls) + ls -> (values-list ls) throughout. + + * progmodes/ebrowse.el: Ditto. + + * midnight.el (midnight-next): Ditto. 2009-03-13 Agustín Martín -- 2.30.2